home *** CD-ROM | disk | FTP | other *** search
/ Die Ultimative Software-P…i Collection 1996 & 1997 / Die Ultimative Software-Pakete CD-ROM fur Atari Collection 1996 & 1997.iso / g / gnu_c / crsdoc16.zoo / doc / intro.0 < prev    next >
Encoding:
Text File  |  1989-07-27  |  1.6 KB  |  71 lines

  1. .\" Copyright 1980 Kenneth C. R. C. Arnold and The Regents of the
  2. .\" University of California.  Permission is granted to freely
  3. .\" distribute curses and its documentation provided that this
  4. .\" notice is left intact.
  5. .\"
  6. .\"    @(#)intro.0    6.1 (Berkeley) 4/23/86
  7. .\"
  8. .tp
  9. .(l C
  10. .ps 12
  11. .ft B
  12. Screen Updating and Cursor Movement Optimization:
  13. .fl
  14. A Library Package
  15. .ft
  16. .ps
  17. .sp
  18. .i "Kenneth C. R. C. Arnold"
  19. .sp
  20. Computer Science Division
  21. Department of Electrical Engineering and Computer Science
  22. University of California, Berkeley
  23. Berkeley, California  94720
  24. .sp 3
  25. .bi ABSTRACT
  26. .sp 2
  27. .)l
  28. .(q
  29. .pp
  30. This document describes a package of C library functions
  31. which allow the user to:
  32. .ie t .ip \ \ \ \(bu
  33. .el .ip 1)
  34. update a screen with reasonable optimization,
  35. .ie t .ip \ \ \ \(bu
  36. .el .ip 2)
  37. get input from the terminal
  38. in a screen-oriented fashion,
  39. and
  40. .ie t .ip \ \ \ \(bu
  41. .el .ip 3)
  42. independent from the above, move the cursor optimally
  43. from one point to another.
  44. .pp
  45. These routines all use the
  46. \*(tc \*(db to describe the capabilities of the terminal.
  47. .)q
  48. .b Acknowledgements
  49. .pp
  50. This package would not exist
  51. without the work of Bill Joy,
  52. who,
  53. in writing his editor,
  54. created the capability to generally describe terminals,
  55. wrote the routines which read this \*(db,
  56. and, most importantly,
  57. those which implement optimal cursor movement,
  58. which routines I have simply lifted nearly intact.
  59. Doug Merritt and Kurt Shoens also were extremely important,
  60. as were both willing to waste time listening to me rant and rave.
  61. The help and/or support of
  62. Ken Abrams,
  63. Alan Char,
  64. Mark Horton,
  65. and
  66. Joe Kalash,
  67. was, and is,
  68. also greatly appreciated.
  69. .sp 2
  70. Revised 16 April 1986
  71.